home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / fido net / mm_gleanfiles / mm_gleanfiles.doc next >
Text File  |  1996-09-05  |  2KB  |  80 lines

  1. * * MM_Gleanfiles v1 * *
  2.  
  3.  
  4.  This program will scan through a MailManager messagebase looking for file
  5. announcement messages from any number of specified BBS's, file servers, FTP
  6. sites, and the like.  The files listed in these messages will be added to a
  7. specified filelist on your HD, one for each site involved.
  8.  
  9.  
  10.  
  11. Written by Kenneth Kilfedder
  12. 2:443/69.11@fidonet.org
  13. kenneth.kilfedder@p11.f69.n443.z2.fidouk.fidonet.org
  14.  
  15.  
  16. ==========================================================================
  17.  
  18.  
  19. 1) Requirements
  20.  
  21.  * Registered MailManager v1.2 (or Greater)
  22.  * Arexx
  23.  
  24.  
  25.  
  26.  
  27. 2) Installation
  28.  
  29.  Firstly, the script and this documentation should be copied to the MM:
  30. assignment.  The script to MM:rexx and the documentation to MM:docs
  31.  
  32.  If you anticipate using the script often, it is recommended that you add it to
  33. MailManager's menu.  Details of this procedure are in the MailManager Guide.
  34.  
  35.  
  36.  
  37. 3) Configuration
  38.  
  39.  To configure the script, load it into your favourite text editor.  The
  40. following variables should be edited to suit your system.
  41.  
  42.  WindowSpec   :  A window size and shape description.
  43.  
  44.  BBSdb.COUNT  :  The number of BBS's you want GleanFiles to process file
  45.                  announcements from.
  46.  
  47.  
  48.  You should then create a list of BBS's whose file announcements you want to
  49. process.  The X should be replaced with a number for each BBS, starting from 0. 
  50. The example list of two BBS's already in the script should give you the
  51. idea.
  52.  
  53.  
  54.  BBSdb.X.Name     : The name of the BBS.
  55.  
  56.  BBSdb.X.Area     : The Area into which the BBS posts it's file announcements.
  57.  
  58.  BBSdb.X.listname : The Filename of the first BBS's filelist on your HD
  59.  
  60.  BBSdb.X.From     : The string found in the "From" field of each file
  61.                     announcement message.  (One word only, using #? for space)
  62.  
  63.  BBSdb.X.To       : The string found in the "To" field of each file
  64.                     announcement message.  (One word only, using #? for space)
  65.  
  66.  BBSdb.X.Subj     : The string found in the "Subj" field of each file
  67.                     announcement message.  (One word only, using #? for space)
  68.  
  69.  
  70. 4) Usage
  71.  
  72.  Simply run your edited version of the script in the usual way.
  73.  
  74.  
  75.  
  76. 5) Legal
  77.  
  78.  Copyright 1996 Kenneth Kilfedder.
  79.  But you can distribute it however you want.
  80.